home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TEXIBITFORM / TEXIBITFORM.txt
Encoding:
Text File  |  2001-11-13  |  798 b   |  38 lines

  1. object ExibitForm: TExibitForm
  2.   Left = 69
  3.   Top = 94
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Exhibit - Click on graphic to close window.'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GIFImage1: TGIFImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 688
  25.     Height = 453
  26.     OnClick = GIFImage1Click
  27.     Animate = False
  28.     AutoSize = True
  29.     Center = False
  30.     FirstImageOnly = False
  31.     Loop = False
  32.     Opaque = False
  33.     Stretch = False
  34.     StretchRatio = False
  35.     Tile = False
  36.   end
  37. end
  38.